| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-19 | ASCII uppercase: add "subtract multiplied bool" benchmark | Simon Sapin | -0/+12 | |
| 2019-03-19 | Run branch cleanup after copy prop | Oliver Scherer | -0/+23 | |
| 2019-03-19 | Introduce RefCell::try_borrow_unguarded | Anthony Ramine | -49/+38 | |
| This replaces RefCell::borrow_state to something that encodes the use case of Servo better. | ||||
| 2019-03-19 | tidy checks | Saleem Jaffer | -1/+2 | |
| 2019-03-19 | Update since annotation for ExactSizeIterator for ToUppercase/Lowercase | Konrad Borowski | -2/+2 | |
| This functionality was added in 1.35.0, not 1.34.0. | ||||
| 2019-03-19 | ASCII uppercase: add "subtract shifted bool" benchmark | Simon Sapin | -0/+12 | |
| 2019-03-19 | Update src/librustc/hir/mod.rs | Mazdak Farrokhzad | -1/+1 | |
| Co-Authored-By: llogiq <bogusandre@gmail.com> | ||||
| 2019-03-19 | Auto merge of #59279 - mati865:clippy, r=Xanewok | bors | -13/+15 | |
| Update clippy Fixes https://github.com/rust-lang/rust/issues/59218 cc @Xanewok | ||||
| 2019-03-19 | Simplify u8::to_ascii_{upp,low}ercase while keeping it fast | Simon Sapin | -43/+27 | |
| 2019-03-19 | Benchmark more possibles impls of [u8]::make_ascii_uppercase | Simon Sapin | -1/+83 | |
| 2019-03-18 | Rebase LLVM to 8.0.0 final | Josh Stone | -1/+1 | |
| 2019-03-18 | Remove ASCII_CHARACTER_CLASS table, use `match` with range patterns instead. | Simon Sapin | -55/+20 | |
| 2019-03-18 | Add benchmarks for `u8::is_ascii*` | Simon Sapin | -17/+32 | |
| 2019-03-18 | Rename src/libcore/benches/ascii_case.rs to ascii.rs | Simon Sapin | -1/+7 | |
| 2019-03-18 | Stabilize refcell_map_split feature | Joshua Liebow-Feeser | -5/+2 | |
| - Closes #51476 | ||||
| 2019-03-18 | Auto merge of #56462 - Zoxc:query-macro, r=oli-obk | bors | -320/+760 | |
| Define queries using a proc macro cc @rust-lang/compiler | ||||
| 2019-03-18 | Tidy | Simon Sapin | -2/+4 | |
| 2019-03-18 | Rebase over LazyConst changes | varkor | -11/+1 | |
| 2019-03-18 | Rename first_ty_sty to ty_sty | varkor | -4/+4 | |
| 2019-03-18 | Make clean::Constant display respect f.alternate() | varkor | -1/+3 | |
| 2019-03-18 | Fix indentation issue | varkor | -1/+1 | |
| 2019-03-18 | Implement const generics in `generics_to_path_params` | varkor | -2/+10 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-03-18 | Refactor `GenericArgs` to include const generics | varkor | -73/+70 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-03-18 | Add benchmark for not-quite-correct “fake SIMD” make_ascii_uppercase | Simon Sapin | -0/+46 | |
| 2019-03-18 | Add `GenericArg` | varkor | -0/+17 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-03-18 | Implement `Clean` for const generics | varkor | -0/+25 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-03-18 | Rename external_typarams to external_param_names | varkor | -4/+4 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-03-18 | Rename typarams to param_names | varkor | -37/+37 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2019-03-18 | Make u8::to_ascii_lowercase and to_ascii_uppercase branchless | Simon Sapin | -101/+43 | |
| 2019-03-18 | Add benchmarks for [u8]::make_ascii_uppercase | Simon Sapin | -0/+173 | |
| 2019-03-18 | Update Clippy, RLS and Rustfmt | Mateusz Mikuła | -13/+15 | |
| 2019-03-18 | Add todo!() macro | Aleksey Kladov | -1/+61 | |
| The use-case of `todo!()` macro is to be a much easier to type alternative to `unimplemented!()` macro. | ||||
| 2019-03-18 | Simplify Iterator::{lt, gt} | Tim Vermeulen | -8/+2 | |
| 2019-03-18 | filter suggestions from extern prelude | Andy Russell | -7/+44 | |
| 2019-03-18 | Preprocess query modifiers | John Kåre Alsaker | -31/+82 | |
| 2019-03-18 | Replaced self-reflective explicit types with clearer `Self` or `Self::…` ↵ | Vincent Esche | -44/+44 | |
| in stdlib docs | ||||
| 2019-03-18 | Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton | bors | -789/+44 | |
| Remove metadata only codegen backend It is unused and probably broken at the moment. | ||||
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -30/+41 | |
| 2019-03-18 | cleaner code as per review | Saleem Jaffer | -211/+158 | |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -283/+336 | |
| 2019-03-18 | Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkov | bors | -3/+25 | |
| Adds help message in error for invalid `impl for T` syntax Fixes #56031. | ||||
| 2019-03-18 | some small HIR doc improvements | Andre Bogus | -1/+12 | |
| 2019-03-18 | Clean up parsing code and split out codegen for the QueryDescription impl | John Kåre Alsaker | -185/+142 | |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ↵ | John Kåre Alsaker | -308/+315 | |
| names | ||||
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -138/+563 | |
| 2019-03-17 | Do not complain about non-existing fields after parse recovery | Esteban Küber | -57/+108 | |
| When failing to parse struct-like enum variants, the ADT gets recorded as having no fields. Record that we have actually recovered during parsing of this variant to avoid complaing about non-existing fields when actually using it. | ||||
| 2019-03-18 | Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkov | bors | -153/+296 | |
| overhaul intra-doc-link ambiguity warning Fixes #52784. - Makes the warning part of the `intra_doc_link_resolution_failure` lint. - Tightens the span to just the ambiguous link. - Reports ambiguities across all three namespaces. - Uses structured suggestions for disambiguation. - Adds a test for the warnings. r? @QuietMisdreavus | ||||
| 2019-03-17 | Auto merge of #59250 - bovinebuddha:filter_ui_revision_tests, r=petrochenkov | bors | -721/+561 | |
| Filter ui revision tests Updates UI test output filtering to also filter away test annotations for revisions: Previously filtered: //~ ERROR [XXXX] Now also filters: //[revision]~ ERROR [XXXX] I reckon, if we have the one, we should have the other for consistency, its lack was probably an oversight (the existence of revision testing is not really well documented...) | ||||
| 2019-03-17 | Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov | bors | -2/+38 | |
| Hide deprecation warnings inside derive expansions Fixes #58822 | ||||
| 2019-03-17 | Add iter::{bench_partial_cmp, bench_lt} benchmarks | Tim Vermeulen | -0/+10 | |
