| Age | Commit message (Expand) | Author | Lines |
| 2017-02-28 | Make transmuting from fn item types to pointer-sized types a hard error. | Eduard Burtescu | -116/+153 |
| 2017-02-28 | Auto merge of #40008 - eddyb:lazy-12, r=nikomatsakis | bors | -5954/+4934 |
| 2017-02-28 | rustc_save_analysis: don't pollute the codemap with fake files. | Eduard Burtescu | -59/+54 |
| 2017-02-27 | appveyor: Use sccache on pc-windows-gnu for caching | Alex Crichton | -24/+24 |
| 2017-02-27 | Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov | bors | -520/+779 |
| 2017-02-27 | This test is too hard to maintain cross-platform | Yamakaky | -46/+0 |
| 2017-02-27 | Auto merge of #40121 - king6cong:fix-typo, r=apasel422 | bors | -2/+2 |
| 2017-02-27 | fix typo | king6cong | -2/+2 |
| 2017-02-27 | Auto merge of #40115 - MajorBreakfast:patch-2, r=steveklabnik | bors | -1/+2 |
| 2017-02-26 | Also ignore std::panic | Yamakaky | -0/+3 |
| 2017-02-27 | Auto merge of #40102 - pmer:pmer/use-macos-term-in-docs, r=steveklabnik | bors | -6/+6 |
| 2017-02-26 | Remove unused | Yamakaky | -1/+0 |
| 2017-02-26 | Auto merge of #39738 - keeperofdakeys:vec-docs, r=GuillaumeGomez | bors | -0/+9 |
| 2017-02-26 | Auto merge of #40112 - alexcrichton:fetch-all, r=brson | bors | -5/+42 |
| 2017-02-26 | Fix tests on Windows in Debug configuration (#4) | Vadim Petrochenkov | -0/+6 |
| 2017-02-26 | Loop docs: Present perfect instead of simple past | Josef Brandl | -1/+2 |
| 2017-02-26 | Auto merge of #40111 - alexcrichton:fix-manifests, r=brson | bors | -19/+3 |
| 2017-02-25 | travis: Make more network requests retryable | Alex Crichton | -5/+42 |
| 2017-02-26 | Auto merge of #40078 - tclfs:patch-3, r=GuillaumeGomez | bors | -1/+1 |
| 2017-02-25 | build-manifest: Remove old to_hex function | Alex Crichton | -17/+1 |
| 2017-02-25 | build-manifest: Fix typos with rust-analysis | Alex Crichton | -2/+2 |
| 2017-02-25 | doc: Use "macOS" terminology consistently | Paul Merrill | -6/+6 |
| 2017-02-25 | typo | Yamakaky | -1/+1 |
| 2017-02-25 | rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body. | Eduard-Mihai Burtescu | -112/+148 |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -1221/+705 |
| 2017-02-25 | rustc_typeck: rework coherence to be almost completely on-demand. | Eduard-Mihai Burtescu | -670/+824 |
| 2017-02-25 | rustc: allow handling cycle errors gracefully in on-demand. | Eduard-Mihai Burtescu | -54/+104 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -1088/+773 |
| 2017-02-25 | rustc_typeck: move the leaves (generics, trait_def, adt_def) to on-demand. | Eduard-Mihai Burtescu | -335/+288 |
| 2017-02-25 | rustc: simplify tcx.closure_type(...) as it can copy the cached values. | Eduard-Mihai Burtescu | -34/+33 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -605/+420 |
| 2017-02-25 | rustc_typeck: don't use Result for get_type_parameter_bounds and ensure_super... | Eduard-Mihai Burtescu | -295/+266 |
| 2017-02-25 | rustc_typeck: lift CrateCtxt to TyCtxt. | Eduard Burtescu | -757/+651 |
| 2017-02-25 | rustc_mir: expose MIR building through ty::maps::Provider. | Eduard-Mihai Burtescu | -59/+104 |
| 2017-02-25 | rustc: introduce a query system for type information in ty::maps. | Eduard Burtescu | -393/+333 |
| 2017-02-25 | rustc: consolidate dep-tracked hashmaps in tcx.maps. | Eduard-Mihai Burtescu | -222/+200 |
| 2017-02-25 | rustc: move the actual values of enum discriminants into a map. | Eduard-Mihai Burtescu | -147/+311 |
| 2017-02-25 | rustc_typeck: simplify AstConv requests as implemented by collect. | Eduard-Mihai Burtescu | -542/+350 |
| 2017-02-25 | rustc: store type parameter defaults outside of ty::Generics. | Eduard-Mihai Burtescu | -385/+394 |
| 2017-02-25 | Fix tests on ARM Linux (#3) | Vadim Petrochenkov | -1/+4 |
| 2017-02-25 | Rollup merge of #40086 - danobi:move-compiler_tests, r=brson | Eduard-Mihai Burtescu | -0/+88 |
| 2017-02-25 | Rollup merge of #40069 - Rufflewind:master, r=steveklabnik | Eduard-Mihai Burtescu | -2/+20 |
| 2017-02-25 | Rollup merge of #40064 - arielb1:virtual-enum, r=nikomatsakis | Eduard-Mihai Burtescu | -7/+62 |
| 2017-02-25 | Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoerister | Eduard-Mihai Burtescu | -3/+82 |
| 2017-02-25 | Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichton | Eduard-Mihai Burtescu | -14/+50 |
| 2017-02-25 | Rollup merge of #40035 - er-1:master, r=alexcrichton | Eduard-Mihai Burtescu | -0/+6 |
| 2017-02-25 | Rollup merge of #40031 - cynicaldevil:master, r=est31 | Eduard-Mihai Burtescu | -3/+5 |
| 2017-02-25 | Rollup merge of #40027 - cramertj:stabilize_static_recursion, r=nrc | Eduard-Mihai Burtescu | -94/+8 |
| 2017-02-25 | Rollup merge of #40026 - nrc:analysis-manifest, r=alexcrichton | Eduard-Mihai Burtescu | -0/+10 |
| 2017-02-25 | Rollup merge of #40025 - est31:master, r=eddyb | Eduard-Mihai Burtescu | -3/+275 |