| Age | Commit message (Expand) | Author | Lines |
| 2019-07-31 | Remove span argument from mk_attr_{inner,outer} | Mark Rousskov | -11/+9 |
| 2019-07-31 | Remove Span argument from ExtCtxt::attribute | Mark Rousskov | -24/+22 |
| 2019-07-31 | Remove AttrId from Attribute constructors | Mark Rousskov | -26/+30 |
| 2019-07-31 | Unify spanned and non-spanned Attribute ctors | Mark Rousskov | -18/+8 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -3/+3 |
| 2019-07-31 | Add test for issue-58951 | Yuki Okushi | -0/+10 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -4/+4 |
| 2019-07-31 | Fix tidy checks | Martin Finkel | -9/+24 |
| 2019-07-31 | Add UWP MSVC targets | Martin Finkel | -0/+120 |
| 2019-07-31 | Fix UWP build | Martin Finkel | -2/+2 |
| 2019-07-31 | Update miri | Yuki Okushi | -8/+11 |
| 2019-07-31 | Auto merge of #62813 - alexcrichton:less-dylib, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -109/+105 |
| 2019-07-31 | Remove redundant method with const variable resolution | varkor | -31/+10 |
| 2019-07-31 | Auto merge of #63144 - matthiaskrgr:submodule_upd, r=Manishearth | bors | -12/+11 |
| 2019-07-30 | Auto merge of #63148 - Centril:rollup-t813bxw, r=Centril | bors | -451/+549 |
| 2019-07-30 | Rollup merge of #63129 - Centril:subslice-pat-statdyn, r=oli-obk | Mazdak Farrokhzad | -0/+128 |
| 2019-07-30 | Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obk | Mazdak Farrokhzad | -1/+31 |
| 2019-07-30 | Rollup merge of #63117 - BaoshanPang:bugfix, r=alexcrichton | Mazdak Farrokhzad | -14/+3 |
| 2019-07-30 | Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor | Mazdak Farrokhzad | -70/+204 |
| 2019-07-30 | Rollup merge of #62469 - czipperz:liballoc-add-doc-links, r=GuillaumeGomez | Mazdak Farrokhzad | -13/+19 |
| 2019-07-30 | Rollup merge of #62293 - Centril:remove-await-macro, r=cramertj | Mazdak Farrokhzad | -353/+164 |
| 2019-07-30 | fix tests | Esteban Küber | -146/+187 |
| 2019-07-30 | Auto merge of #62805 - Xanewok:update-rls, r=Xanewok | bors | -17/+6 |
| 2019-07-30 | fix tests | Artyom Pavlov | -0/+2 |
| 2019-07-30 | Point at type ascription before macro invocation on expansion parse error | Esteban Küber | -13/+57 |
| 2019-07-30 | Enable nightly feature for crossbeam-utils dep | Igor Matuszewski | -0/+1 |
| 2019-07-31 | Deduplicate some error messages | chansuke | -9/+8 |
| 2019-07-30 | submodules: update clippy from dc69a5c0 to c3e91365 | Matthias Krüger | -12/+11 |
| 2019-07-30 | throw_X macros use err_X macros | Saleem Jaffer | -10/+2 |
| 2019-07-30 | mark div_duration methods as unstable, update tracking issue | Artyom Pavlov | -2/+2 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -126/+112 |
| 2019-07-30 | Update Rustfmt | Igor Matuszewski | -17/+5 |
| 2019-07-30 | Update RLS | Igor Matuszewski | -0/+0 |
| 2019-07-30 | renaming err to err_unsup | Saleem Jaffer | -63/+73 |
| 2019-07-30 | tidy fixes | Saleem Jaffer | -1/+3 |
| 2019-07-30 | adding throw_ and err_ macros for InterpError | Saleem Jaffer | -114/+111 |
| 2019-07-30 | Pacify tidy, the merciless. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-30 | Update error_codes re. await_macro removal. | Mazdak Farrokhzad | -5/+5 |
| 2019-07-30 | Adjust tests. wrt. await_macro being removed. | Mazdak Farrokhzad | -276/+117 |
| 2019-07-30 | Unsupport the await!(..) macro. | Mazdak Farrokhzad | -72/+42 |
| 2019-07-30 | Subslice patterns: Test passing static & dynamic semantics. | Mazdak Farrokhzad | -0/+128 |
| 2019-07-30 | --bless tests due to INCOMPLETE_FEATURES being a lint. | Mazdak Farrokhzad | -54/+163 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -112/+237 |
| 2019-07-30 | Allow 'incomplete_features' in libcore/alloc. | Mazdak Farrokhzad | -0/+2 |
| 2019-07-30 | Turn INCOMPLETE_FEATURES into a lint. | Mazdak Farrokhzad | -16/+39 |
| 2019-07-30 | addding an interp_error module | Saleem Jaffer | -11/+30 |
| 2019-07-30 | code review fixes | Saleem Jaffer | -7/+0 |
| 2019-07-30 | cargotest: bump servo to 9043f247d9b031ed285e880e4b90aa523d4a63ae. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-29 | review comments | Esteban Küber | -17/+14 |