| Age | Commit message (Expand) | Author | Lines |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -1/+1 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -1/+1 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -0/+2 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -1/+1 |
| 2017-11-16 | Rollup merge of #46005 - GuillaumeGomez:short-unstable, r=nrc | Guillaume Gomez | -2/+9 |
| 2017-11-15 | Set short-message feature unstable | Guillaume Gomez | -2/+9 |
| 2017-11-14 | incr.comp.: Cache TypeckTables and add -Zincremental-queries flag. | Michael Woerister | -0/+2 |
| 2017-11-12 | deduplicate projection error (E0271) messages | Zack M. Davis | -2/+4 |
| 2017-11-10 | Make saturating u128 -> f32 casts the default behavior | Robin Kruppe | -2/+2 |
| 2017-11-08 | Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakis | bors | -0/+2 |
| 2017-11-08 | Auto merge of #45205 - rkruppe:saturating-casts, r=eddyb | bors | -0/+3 |
| 2017-11-07 | Saturating casts between integers and floats (both directions). | Robin Kruppe | -0/+3 |
| 2017-11-07 | Auto merge of #45822 - kennytm:rollup, r=kennytm | bors | -13/+35 |
| 2017-11-07 | Rollup merge of #45782 - frewsxcv:frewsxcv-shorthands-helpers, r=manishearth | kennytm | -13/+35 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -2/+14 |
| 2017-11-07 | incr.comp.: Add -Zincremental-verify-ich, which allows to perform a consisten... | Michael Woerister | -0/+2 |
| 2017-11-06 | Display all emission types in error msg if user inputs invalid option. | Corey Farwell | -13/+35 |
| 2017-11-06 | Move tls-model to a -Z option since it is unstable | Amanieu d'Antras | -6/+6 |
| 2017-11-06 | Auto merge of #45737 - oli-obk:json, r=petrochenkov | bors | -62/+68 |
| 2017-11-03 | Shorten paths to auxiliary files created by tests | Vadim Petrochenkov | -1/+1 |
| 2017-11-03 | Update config.rs | Oliver Schneider | -2/+2 |
| 2017-11-03 | Don't add a new -Z flag, reuse -Zunstable-options | Oliver Schneider | -56/+54 |
| 2017-11-03 | Pretty print json in ui tests | Oliver Schneider | -9/+17 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -1/+13 |
| 2017-11-02 | Make the difference between lint codes and error codes explicit | Oliver Schneider | -8/+17 |
| 2017-10-30 | Auto merge of #45497 - mikhail-m1:dump-mir-graphviz, r=nikomatsakis | bors | -0/+4 |
| 2017-10-30 | tweak the description | Niko Matsakis | -1/+1 |
| 2017-10-28 | Auto merge of #45540 - virgil-palanciuc:master, r=estebank | bors | -4/+11 |
| 2017-10-28 | fixed tidy error | Virgil Palanciuc | -2/+2 |
| 2017-10-28 | implemented code review | Virgil Palanciuc | -4/+11 |
| 2017-10-27 | Fix tidy error line longer than 100 chars | Laurent Arnoud | -1/+3 |
| 2017-10-27 | Quit immediately when current directory is invalid | Laurent Arnoud | -3/+4 |
| 2017-10-26 | Use expect for current_dir on librustc/session mod | Laurent Arnoud | -1/+3 |
| 2017-10-26 | add graphvis DOT files to dump mir directory | Mikhail Modin | -0/+4 |
| 2017-10-25 | fix #44953 - The “use of unstable library feature 'rustc_private'” error ... | Virgil Palanciuc | -2/+2 |
| 2017-10-25 | Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoerister | bors | -13/+23 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -8/+29 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -7/+10 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -13/+23 |
| 2017-10-17 | Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank | kennytm | -2/+0 |
| 2017-10-14 | Auto merge of #45102 - petrochenkov:noar, r=alexcrichton | bors | -2/+1 |
| 2017-10-13 | Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoerister | bors | -45/+40 |
| 2017-10-10 | Upgrade some comments to doc comments | Oliver Schneider | -27/+27 |
| 2017-10-09 | rustc: Allow target-specific default cgus | Alex Crichton | -45/+40 |
| 2017-10-09 | cleanup: rustc doesn't use an external archiver | Vadim Petrochenkov | -2/+1 |
| 2017-10-09 | Auto merge of #45075 - alexcrichton:inline-less, r=michaelwoerister | bors | -0/+2 |
| 2017-10-09 | Auto merge of #45064 - alexcrichton:reduce-codegen-units, r=michaelwoerister | bors | -2/+16 |
| 2017-10-08 | Auto merge of #45012 - Gankro:noalias, r=arielb1 | bors | -0/+2 |
| 2017-10-08 | Rollup merge of #45090 - rust-lang:petrochenkov-patch-1, r=alexcrichton | kennytm | -1/+2 |
| 2017-10-07 | rustc: Don't inline in CGUs at -O0 | Alex Crichton | -0/+2 |