| Commit message (Expand) | Author | Age | Files | Lines |
* | Update .gitignore for libstd_unicode | varkor | 2018-05-21 | 1 | -7/+7 |
* | Implement inferring outlives requirements for references, structs, enum, unio... | toidiu | 2018-04-12 | 1 | -0/+1 |
* | rustc_llvm: remove stale references | Tamir Duberstein | 2017-11-28 | 1 | -1/+0 |
* | Allow writing metadata without llvm | bjorn3 | 2017-09-23 | 1 | -0/+3 |
* | Ignore *.iml files | Stepan Koltsov | 2017-06-30 | 1 | -0/+1 |
* | Ignore some folders. | kennytm | 2017-06-02 | 1 | -0/+1 |
* | include everything in the vendor directory | Steve Klabnik | 2017-02-13 | 1 | -0/+1 |
* | Reduce the size of static data in std_unicode::tables. | Simon Sapin | 2017-01-03 | 1 | -6/+7 |
* | rustbuild: Tweak for vendored dependencies | Alex Crichton | 2016-11-08 | 1 | -0/+1 |
* | Ignore VS Code settings directory | Vadim Chugunov | 2016-08-05 | 1 | -0/+1 |
* | Auto merge of #33617 - sanmai-NL:gitignore_IntelliJ, r=nikomatsakis | bors | 2016-05-17 | 1 | -8/+8 |
|\ |
|
| * | IntelliJ support, ordering, cleanup | Sander Maijers | 2016-05-13 | 1 | -8/+8 |
* | | rustbuild: Ignore user config.toml file. | Scott Olson | 2016-05-14 | 1 | -0/+1 |
|/ |
|
* | Add /obj/ to .gitignore | Alex Crichton | 2016-04-13 | 1 | -0/+1 |
* | Add *.pdb to .gitignore | Robin Kruppe | 2016-02-13 | 1 | -0/+1 |
* | Add a Cargo-based build system | Alex Crichton | 2016-02-11 | 1 | -0/+1 |
* | Ignore KDevelop 4 (and 5 pre-release) project files | Cruz Julian Bishop | 2015-06-25 | 1 | -0/+1 |
* | gitignore: Add the autogenerated/downloaded unicode data files. | Huon Wilson | 2014-08-03 | 1 | -0/+6 |
* | Use globs to ignore target directories. | OGINO Masanori | 2014-08-03 | 1 | -4/+2 |
* | Sort .gitignore. | OGINO Masanori | 2014-08-03 | 1 | -64/+64 |
* | Move llvm bindings to their own crate | Brian Anderson | 2014-07-14 | 1 | -1/+1 |
* | Ignore /build even if it’s a symlink, but only at top-level. | Simon Sapin | 2014-05-30 | 1 | -1/+1 |
* | remove /build from .gitignore since there is build/ | Heather | 2014-05-28 | 1 | -1/+0 |
* | Add /dist/ to .gitignore | Brian Anderson | 2014-03-09 | 1 | -0/+1 |
* | Ignore /build even if it’s a symlink. | Simon Sapin | 2014-02-16 | 1 | -1/+1 |
* | doc: add license information for gen. files | Adrien Tétar | 2014-02-07 | 1 | -1/+0 |
* | Rewrite the doc makefile for doc => src/doc | Alex Crichton | 2014-02-02 | 1 | -14/+1 |
* | extra: move glob to libglob | David Manescu | 2014-01-29 | 1 | -0/+1 |
* | extra: move arena to libarena | David Manescu | 2014-01-29 | 1 | -0/+1 |
* | Add /doc/{flate,rustdoc} to .gitignore | Kevin Ballard | 2014-01-26 | 1 | -0/+2 |
* | doc: build the docs for librustpkg | Kevin Ballard | 2014-01-11 | 1 | -0/+1 |
* | Add /doc/rustuv to .gitignore | Kevin Ballard | 2014-01-11 | 1 | -0/+1 |
* | Remove *.pot files and ignore them now. | OGINO Masanori | 2014-01-10 | 1 | -0/+1 |
* | Add /doc/{rustc,syntax} to .gitignore | Kevin Ballard | 2013-12-29 | 1 | -0/+2 |
* | Add /doc/{green,native} to .gitignore | Kevin Ballard | 2013-12-29 | 1 | -0/+2 |
* | Remove many false positives from the ctags results | Chris Morgan | 2013-12-20 | 1 | -1/+1 |
* | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | 2013-12-06 | 1 | -0/+1 |
* | Add Window build directory to .gitignore | Joe Schafer | 2013-11-13 | 1 | -0/+1 |
* | Create epub versions of tutorial and ref manual. | Noufal Ibrahim | 2013-11-03 | 1 | -0/+1 |
* | doc: tidy and cleanup CSS deps, add tutorial PDF generation | Adrien Tétar | 2013-10-21 | 1 | -1/+1 |
* | Ignore the generated docs for libextra | Huon Wilson | 2013-05-25 | 1 | -1/+1 |
* | Update .gitignore | Youngmin Yoo | 2013-05-14 | 1 | -0/+1 |
* | gitignore: Add build/ subdirectory | Tim Chevalier | 2013-04-17 | 1 | -0/+1 |
* | Add some more generated files to the .gitignore file | Huon Wilson | 2013-04-13 | 1 | -0/+5 |
* | .settings/ added in .gitignore | Mahmut Bulut | 2012-10-24 | 1 | -0/+1 |
* | Update .gitignore | Tim Chevalier | 2012-08-21 | 1 | -0/+1 |
* | Make git ignore the .DS_Store file on Macs (wherever it is) | Tim Chevalier | 2012-06-12 | 1 | -0/+1 |
* | Add config.stamp to .gitignore | Tim Chevalier | 2012-03-27 | 1 | -0/+1 |
* | Stop .gitignoring rustboot. It does not exist | Brian Anderson | 2012-03-05 | 1 | -1/+0 |
* | Stop .gitignoring the rustc directory | Brian Anderson | 2012-03-05 | 1 | -1/+0 |