index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2020-03-26
Fix wording in `RawVec::from_raw_parts(_in)`
Tim Diekmann
-2
/
+2
2020-03-26
Remove check for ZST in `RawVec::needs_to_grow`
Tim Diekmann
-2
/
+1
2020-03-26
Refine docs for `RawVec::from_raw_parts(_in)`
Tim Diekmann
-4
/
+6
2020-03-26
Remove the note on the internal capacity field in `RawVec`
Tim Diekmann
-3
/
+1
2020-03-26
Fix assertion in `shrink` to use `capacity()` instead
Tim Diekmann
-1
/
+1
2020-03-26
Fix comment in `RawVec::into_box()`
Tim Diekmann
-1
/
+1
2020-03-26
Fix ZST handling for `RawVec`
Tim Diekmann
-6
/
+6
2020-03-26
Add comment to `AllocRef` implementation for `System`
Tim Diekmann
-0
/
+2
2020-03-26
Use `NonNull` instead of `Unique` in `MemoryBlock`
Tim Diekmann
-4
/
+3
2020-03-26
Fix issues from review and unsoundness of `RawVec::into_box`
Tim Diekmann
-468
/
+430
2020-03-26
Overhaul of the `AllocRef` trait to match allocator-wg's latest consens
Tim Diekmann
-1545
/
+1408
2020-03-26
Update tests to use llvm_asm!
Amanieu d'Antras
-401
/
+421
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-187
/
+213
2020-03-26
Add tests based on issue #70372 comments
Amin Arria
-0
/
+22
2020-03-26
Fix incorrect pattern warning "unreachable pattern"
Amin Arria
-8
/
+41
2020-03-26
add 'fn write_u16s'(rustc_mir::interpret::Memory)
JOE1994
-2
/
+43
2020-03-26
Enable `--bless`ing of MIR dumps
Oliver Scherer
-256
/
+1198
2020-03-26
Clean up E0459 explanation
Guillaume Gomez
-1
/
+3
2020-03-26
error_bad_item_kind: add help text
Mazdak Farrokhzad
-2
/
+93
2020-03-26
Upgrade rustc and bootstrap dependencies
Mateusz MikuĊa
-4
/
+4
2020-03-26
rustc_hir_pretty: bump recursion_limit
Mazdak Farrokhzad
-0
/
+2
2020-03-26
Rollup merge of #70424 - lcnr:nit, r=Centril
Mazdak Farrokhzad
-5
/
+1
2020-03-26
Rollup merge of #70417 - rakshith-ravi:master, r=Centril
Mazdak Farrokhzad
-0
/
+57
2020-03-26
Rollup merge of #70411 - ogoffart:fix-62691, r=eddyb
Mazdak Farrokhzad
-13
/
+21
2020-03-26
Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb
Mazdak Farrokhzad
-8
/
+8
2020-03-26
Rollup merge of #68004 - nikomatsakis:negative-impls, r=varkor
Mazdak Farrokhzad
-351
/
+869
2020-03-26
Reorganize a bit the code and add a comment
Olivier Goffart
-4
/
+10
2020-03-26
wip pacify the merciless ui tests
Niko Matsakis
-1
/
+1
2020-03-26
Remove unused argument
Oliver Scherer
-18
/
+3
2020-03-26
pacify the merciless x.py fmt
Niko Matsakis
-47
/
+11
2020-03-26
use slice pattern instead of calling `is_empty()` and `[0]`
Niko Matsakis
-6
/
+14
2020-03-26
add test for negative specializes negative
Niko Matsakis
-0
/
+13
2020-03-26
move stderr file too
Niko Matsakis
-0
/
+0
2020-03-26
give the negative-impls-builtin test a more sensible name
Niko Matsakis
-0
/
+0
2020-03-26
comment the `typeck-negative-impls-builtin` test
Niko Matsakis
-0
/
+3
2020-03-26
move feature-gate-negative-impls test to traits/negative-impls
Niko Matsakis
-0
/
+0
2020-03-26
convert to doc comments
Niko Matsakis
-4
/
+4
2020-03-26
bump negative impls version to 1.44.0
Niko Matsakis
-1
/
+1
2020-03-26
create a tracking issue and link to it
Niko Matsakis
-8
/
+8
2020-03-26
introduce `negative_impls` feature gate and document
Niko Matsakis
-111
/
+330
2020-03-26
make a custom error for overlap with negative impls
Niko Matsakis
-187
/
+271
2020-03-26
permit negative impls for non-auto traits
Niko Matsakis
-101
/
+328
2020-03-26
simplify match stmt
Bastian Kauschke
-5
/
+1
2020-03-26
trait_bound_spans -> sized_trait_bound_spans
Mazdak Farrokhzad
-3
/
+3
2020-03-26
parse: recover on `const fn()` / `async fn()`.
Mazdak Farrokhzad
-23
/
+215
2020-03-26
Don't allow access to the Session.
Camille GILLOT
-9
/
+9
2020-03-26
Rename read_query_job -> current_query_job and simplify it.
Camille GILLOT
-22
/
+18
2020-03-26
Add comment.
Camille GILLOT
-0
/
+2
2020-03-26
Simplify generics on try_start.
Camille GILLOT
-5
/
+4
2020-03-26
Move generics on QueryCache.
Camille GILLOT
-23
/
+23
[prev]
[next]