| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-08 | librustc_borrowck => 2018 | Taiki Endo | -69/+71 | |
| 2019-02-08 | librustc_codegen_utils => 2018 | Taiki Endo | -23/+18 | |
| 2019-02-08 | librustc_target => 2018 | Taiki Endo | -220/+221 | |
| 2019-02-08 | librustc_cratesio_shim => 2018 | Taiki Endo | -0/+3 | |
| 2019-02-08 | librustc_metadata => 2018 | Taiki Endo | -66/+67 | |
| 2019-02-08 | librustc_passes => 2018 | Taiki Endo | -22/+23 | |
| 2019-02-08 | Cleanup JS a bit | Guillaume Gomez | -8/+6 | |
| 2019-02-08 | librustc_lint => 2018 | Taiki Endo | -100/+108 | |
| 2019-02-08 | Remove #[macro_use] extern crate bitflags | Taiki Endo | -3/+1 | |
| 2019-02-08 | Use real try blocks | Taiki Endo | -12/+5 | |
| 2019-02-08 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 | |
| 2019-02-08 | std::sys::unix::stdio: explain why we do into_raw | Ralf Jung | -3/+3 | |
| 2019-02-08 | Auto merge of #58213 - Mark-Simulacrum:fix-checktools, r=alexcrichton | bors | -0/+1 | |
| Add embedded book to test such that checktools works r? @alexcrichton FWIW this doesn't attempt to make sure we don't break check tools again -- we intentionally make the bash script not exit when x.py fails so we'd need some special case handling so for now I'm just fixing the bug itself, not its cause. | ||||
| 2019-02-08 | fix rustdoc JS | hrls | -1/+1 | |
| 2019-02-08 | Fix nll test output | Esteban Küber | -1/+1 | |
| 2019-02-08 | Don't shadow the provided `stringify!` macro in a wasm code size test case | Nick Fitzgerald | -23/+17 | |
| 2019-02-08 | Use write_char for writing padding characters | Nick Fitzgerald | -23/+9 | |
| Removes some unsafe *and* saves almost half a kilobyte of code size. | ||||
| 2019-02-08 | Add a wasm code size test for stringifying numbers | Nick Fitzgerald | -0/+49 | |
| 2019-02-08 | Also de-duplicate 32- and 64-bit number formatting on wasm32 | Nick Fitzgerald | -8/+18 | |
| 2019-02-08 | Remove initial newline from automatically generated span tests | Konrad Borowski | -1/+1 | |
| This change was accidentally introduced while removing license headers. | ||||
| 2019-02-08 | Remove code for updating copyright years in generate-deriving-span-tests | Konrad Borowski | -22/+6 | |
| It's no longer necessary, as there is no license header anymore. | ||||
| 2019-02-08 | unused_imports: update tests | Pietro Albini | -29/+37 | |
| 2019-02-08 | error_index_generator => 2018 | Taiki Endo | -1/+3 | |
| 2019-02-08 | Allow a dirty MirBuilt for make_extern and make_method_extern | John Kåre Alsaker | -2/+2 | |
| 2019-02-08 | rustc-workspace-hack => 2018 | Taiki Endo | -0/+1 | |
| 2019-02-08 | rustc-std-workspace-core => 2018 | Taiki Endo | -2/+2 | |
| 2019-02-08 | Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkov | bors | -709/+1085 | |
| Add const generics to the AST This is mostly split out from https://github.com/rust-lang/rust/pull/53645 in an effort to make progress merging const generics piecewise instead of in one go. cc @yodaldevoid, @petrochenkov r? @eddyb | ||||
| 2019-02-08 | Update tests | John Kåre Alsaker | -155/+155 | |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 | |
| 2019-02-08 | Move no_hash from mir_built to optimized_mir | John Kåre Alsaker | -2/+2 | |
| 2019-02-08 | Remove no_hash from typeck_tables_of | John Kåre Alsaker | -1/+1 | |
| 2019-02-08 | Remove no_hash from optimized_mir | John Kåre Alsaker | -1/+1 | |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -61/+106 | |
| 2019-02-07 | Add test for type mismatch on first match arm | Esteban Küber | -0/+58 | |
| 2019-02-07 | WIP | Alexander Regueiro | -3/+3 | |
| 2019-02-07 | Minor cosmetic changes. | Alexander Regueiro | -9/+8 | |
| 2019-02-07 | Addressed review points. | Alexander Regueiro | -404/+412 | |
| 2019-02-07 | Factored out context-dependent help for error reporting. | Alexander Regueiro | -183/+195 | |
| 2019-02-07 | Factored out error reporting from `smart_resolve_path_fragment` fn. | Alexander Regueiro | -332/+347 | |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -505/+514 | |
| 2019-02-07 | Suggest removing parentheses surrounding lifetimes | Igor Sadikov | -6/+19 | |
| 2019-02-07 | Add unstable feature attribute for unsigned const saturating add/sub ↵ | Patrick McCarter | -0/+2 | |
| intrinsics #58030 | ||||
| 2019-02-07 | update test | Mark Mansi | -23/+27 | |
| 2019-02-07 | Make it an incompatibility lint for now | Mark Mansi | -56/+72 | |
| 2019-02-07 | add a test | mark | -0/+69 | |
| 2019-02-07 | fix existing tests | mark | -32/+32 | |
| 2019-02-07 | error on duplicate matcher bindings | mark | -5/+49 | |
| 2019-02-07 | Refactor const saturating intrinsics emulation and add unstable feature ↵ | Patrick McCarter | -39/+29 | |
| attribute #58030 | ||||
| 2019-02-07 | Improve the error messages for missing stability attributes | varkor | -21/+41 | |
| This makes the capitalisation consistent and provides more context (especially for missing top-level attributes). | ||||
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+81 | |
