about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-26Fix wording in `RawVec::from_raw_parts(_in)`Tim Diekmann-2/+2
2020-03-26Remove check for ZST in `RawVec::needs_to_grow`Tim Diekmann-2/+1
2020-03-26Refine docs for `RawVec::from_raw_parts(_in)`Tim Diekmann-4/+6
2020-03-26Remove the note on the internal capacity field in `RawVec`Tim Diekmann-3/+1
2020-03-26Fix assertion in `shrink` to use `capacity()` insteadTim Diekmann-1/+1
2020-03-26Fix comment in `RawVec::into_box()`Tim Diekmann-1/+1
2020-03-26Fix ZST handling for `RawVec`Tim Diekmann-6/+6
2020-03-26Add comment to `AllocRef` implementation for `System`Tim Diekmann-0/+2
2020-03-26Use `NonNull` instead of `Unique` in `MemoryBlock`Tim Diekmann-4/+3
2020-03-26Fix issues from review and unsoundness of `RawVec::into_box`Tim Diekmann-468/+430
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-1545/+1408
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-401/+421
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-187/+213
2020-03-26Add tests based on issue #70372 commentsAmin Arria-0/+22
2020-03-26Fix incorrect pattern warning "unreachable pattern"Amin Arria-8/+41
2020-03-26add 'fn write_u16s'(rustc_mir::interpret::Memory)JOE1994-2/+43
2020-03-26Enable `--bless`ing of MIR dumpsOliver Scherer-256/+1198
2020-03-26Clean up E0459 explanationGuillaume Gomez-1/+3
2020-03-26error_bad_item_kind: add help textMazdak Farrokhzad-2/+93
2020-03-26Upgrade rustc and bootstrap dependenciesMateusz MikuĊ‚a-4/+4
2020-03-26rustc_hir_pretty: bump recursion_limitMazdak Farrokhzad-0/+2
2020-03-26Rollup merge of #70424 - lcnr:nit, r=CentrilMazdak Farrokhzad-5/+1
2020-03-26Rollup merge of #70417 - rakshith-ravi:master, r=CentrilMazdak Farrokhzad-0/+57
2020-03-26Rollup merge of #70411 - ogoffart:fix-62691, r=eddybMazdak Farrokhzad-13/+21
2020-03-26Rollup merge of #70385 - RalfJung:miri-nits, r=eddybMazdak Farrokhzad-8/+8
2020-03-26Rollup merge of #68004 - nikomatsakis:negative-impls, r=varkorMazdak Farrokhzad-351/+869
2020-03-26Reorganize a bit the code and add a commentOlivier Goffart-4/+10
2020-03-26wip pacify the merciless ui testsNiko Matsakis-1/+1
2020-03-26Remove unused argumentOliver Scherer-18/+3
2020-03-26pacify the merciless x.py fmtNiko Matsakis-47/+11
2020-03-26use slice pattern instead of calling `is_empty()` and `[0]`Niko Matsakis-6/+14
2020-03-26add test for negative specializes negativeNiko Matsakis-0/+13
2020-03-26move stderr file tooNiko Matsakis-0/+0
2020-03-26give the negative-impls-builtin test a more sensible nameNiko Matsakis-0/+0
2020-03-26comment the `typeck-negative-impls-builtin` testNiko Matsakis-0/+3
2020-03-26move feature-gate-negative-impls test to traits/negative-implsNiko Matsakis-0/+0
2020-03-26convert to doc commentsNiko Matsakis-4/+4
2020-03-26bump negative impls version to 1.44.0Niko Matsakis-1/+1
2020-03-26create a tracking issue and link to itNiko Matsakis-8/+8
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-111/+330
2020-03-26make a custom error for overlap with negative implsNiko Matsakis-187/+271
2020-03-26permit negative impls for non-auto traitsNiko Matsakis-101/+328
2020-03-26simplify match stmtBastian Kauschke-5/+1
2020-03-26trait_bound_spans -> sized_trait_bound_spansMazdak Farrokhzad-3/+3
2020-03-26parse: recover on `const fn()` / `async fn()`.Mazdak Farrokhzad-23/+215
2020-03-26Don't allow access to the Session.Camille GILLOT-9/+9
2020-03-26Rename read_query_job -> current_query_job and simplify it.Camille GILLOT-22/+18
2020-03-26Add comment.Camille GILLOT-0/+2
2020-03-26Simplify generics on try_start.Camille GILLOT-5/+4
2020-03-26Move generics on QueryCache.Camille GILLOT-23/+23