| Age | Commit message (Expand) | Author | Lines |
| 2016-05-10 | Delay wrapping Definitions into a RefCell around LocalCrateReader. | Ms2ger | -5/+6 |
| 2016-05-10 | fix DFS for region error reporting | Niko Matsakis | -0/+36 |
| 2016-05-10 | Make the dep-info-no-analysis regex more robust on Windows. | Pavel Sountsov | -1/+1 |
| 2016-05-10 | Make --emit dep-info work correctly with -Z no-analysis again. | Pavel Sountsov | -0/+23 |
| 2016-05-10 | Store a reference rather than a RefCell in LocalCrateReader. | Ms2ger | -1/+1 |
| 2016-05-10 | borrowck: do not suggest to change "&mut self" to "&mut mut self" | Georg Brandl | -0/+30 |
| 2016-05-10 | Auto merge of #33471 - birkenfeld:issue-33464, r=jseyfried | bors | -0/+23 |
| 2016-05-10 | fix Registry::args for plugins loaded with --extra-plugins | Oliver Schneider | -1/+1 |
| 2016-05-10 | Auto merge of #33337 - birkenfeld:issue-27842, r=jseyfried | bors | -0/+24 |
| 2016-05-10 | resolve: do not modify span of non-importable name | Georg Brandl | -0/+23 |
| 2016-05-09 | Auto merge of #33443 - jseyfried:resolve_ast, r=nrc | bors | -6/+10 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -0/+643 |
| 2016-05-09 | Rollup merge of #33514 - birkenfeld:issue-29503, r=alexcrichton | Manish Goregaokar | -0/+26 |
| 2016-05-09 | Rollup merge of #33474 - frewsxcv:unwrap-err, r=alexcrichton | Manish Goregaokar | -9/+9 |
| 2016-05-09 | rustdoc: remove artificial indentation of doctest code | Georg Brandl | -0/+21 |
| 2016-05-09 | trans: deal with the fact that ZSTs are always "initialized". | Eduard Burtescu | -0/+10 |
| 2016-05-09 | trans: monomorphize varidiac call argument types. | Eduard Burtescu | -3/+3 |
| 2016-05-09 | Auto merge of #33457 - oli-obk:const_err/cast_u8_ptr, r=eddyb | bors | -0/+1 |
| 2016-05-09 | Auto merge of #33048 - Amanieu:integer_atomics, r=alexcrichton | bors | -0/+92 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+643 |
| 2016-05-09 | rustdoc: do not strip blanket impls in crate of origin | Georg Brandl | -0/+26 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -9/+9 |
| 2016-05-09 | Add test to ensure that atomic types are lock-free | Amanieu d'Antras | -0/+92 |
| 2016-05-09 | Fix fallout in `librustdoc` and in tests | Jeffrey Seyfried | -5/+10 |
| 2016-05-09 | Auto merge of #33478 - xen0n:normalize-callee-trait-ref, r=eddyb | bors | -0/+36 |
| 2016-05-09 | trans: monomorphize the cast destination type before using it. | Eduard Burtescu | -0/+11 |
| 2016-05-09 | Remove a use of `ast_map.span_if_local()` in `resolve` | Jeffrey Seyfried | -1/+0 |
| 2016-05-08 | Rollup merge of #33406 - Manishearth:diag-improve-const-let, r=GuillaumeGomez | Manish Goregaokar | -4/+4 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -0/+4 |
| 2016-05-08 | casting `b"text"` to `* const u8` doesn't work in const_eval | Oliver 'ker' Schneider | -0/+1 |
| 2016-05-08 | Auto merge of #33130 - eddyb:mir-const, r=nikomatsakis | bors | -107/+114 |
| 2016-05-08 | trans: handle string literal reborrows. | Eduard Burtescu | -0/+13 |
| 2016-05-07 | Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-05-07 | Rollup merge of #33336 - birkenfeld:issue-27361, r=sfackler | Steve Klabnik | -2/+2 |
| 2016-05-07 | trans: support simd_shuffle using MIR constants for indices. | Eduard Burtescu | -2/+1 |
| 2016-05-07 | Implement RFC 1440 "Allow Drop types in statics/const functions". | Eduard Burtescu | -16/+17 |
| 2016-05-07 | test: adjust for the move to MIR-based const checking. | Eduard Burtescu | -75/+47 |
| 2016-05-07 | mir: qualify and promote constants. | Eduard Burtescu | -0/+14 |
| 2016-05-07 | trans: callee: normalize trait_ref before use | Wang Xuerui | -0/+36 |
| 2016-05-07 | Auto merge of #33333 - birkenfeld:issue-30318, r=Manishearth | bors | -0/+19 |
| 2016-05-06 | Auto merge of #33311 - birkenfeld:issue33262, r=nrc | bors | -0/+18 |
| 2016-05-07 | mir: prepare for rvalue promotion support. | Eduard Burtescu | -4/+2 |
| 2016-05-07 | Translate constants from MIR instead of going through trans::expr/consts. | Eduard Burtescu | -9/+17 |
| 2016-05-07 | test: avoid triggering an unsigned negation error from MIR building. | Eduard Burtescu | -1/+3 |
| 2016-05-06 | remove stray files in auxiliary directory | Niko Matsakis | -55/+0 |
| 2016-05-06 | s/aux/auxiliary, because windows | Niko Matsakis | -3/+3 |
| 2016-05-06 | add missing aux files | Niko Matsakis | -0/+55 |
| 2016-05-06 | kill the old auxiliary directory | Niko Matsakis | -8799/+3 |
| 2016-05-06 | move auxiliary builds to a test-relative `aux` | Niko Matsakis | -0/+9580 |
| 2016-05-06 | Auto merge of #33225 - michaelwoerister:fix-debuginfo-struct-ns, r=eddyb | bors | -0/+70 |