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
2019-02-22
Auto merge of #56113 - spastorino:erroneous-loop-diagnostic-in-nll, r=pnkfelix
bors
-194
/
+361
2019-02-22
Auto merge of #58574 - RalfJung:pin, r=Mark-Simulacrum
bors
-49
/
+310
2019-02-22
Auto merge of #58616 - vertexclique:destabilize-fixed-width-atomic-integers, ...
bors
-1
/
+14
2019-02-21
Optimise vec![false; N] to zero-alloc
Ingvar Stepanyan
-0
/
+1
2019-02-21
take a bit more space for new_unchecked examples
Ralf Jung
-4
/
+10
2019-02-21
Auto merge of #58592 - nikomatsakis:universe-leak-check, r=aturon
bors
-372
/
+1280
2019-02-21
Move the exit block of the match to the end
Matthew Jasper
-126
/
+130
2019-02-21
Fix error index example
Matthew Jasper
-2
/
+2
2019-02-21
Fix codegen test
Matthew Jasper
-2
/
+2
2019-02-21
Simplify the cleanup_post_borrowck passes
Matthew Jasper
-90
/
+25
2019-02-21
Add address stability test for matches
Matthew Jasper
-0
/
+39
2019-02-21
Activate two phase borrows on all uses
Matthew Jasper
-28
/
+16
2019-02-21
Use normal mutable borrows in MIR match lowering
Matthew Jasper
-308
/
+227
2019-02-21
Match discriminant -> scrutinee
Matthew Jasper
-22
/
+22
2019-02-21
Clean up MIR match lowering
Matthew Jasper
-804
/
+838
2019-02-21
Improve error message and add tests for borrowck match handling
Matthew Jasper
-43
/
+144
2019-02-21
Update miri links
Philipp Hansch
-1
/
+1
2019-02-21
partially revert 904a0bde93f0348f69914ee90b1f8b6e4e0d7cbc
Niko Matsakis
-6
/
+38
2019-02-21
Auto merge of #58584 - ehuss:update-cargo, r=alexcrichton
bors
-0
/
+0
2019-02-21
update test files to reflect new output
Niko Matsakis
-300
/
+846
2019-02-21
restore the actual leak-check
Niko Matsakis
-14
/
+277
2019-02-21
introduce a dummy leak check and invoke it in all the right places
Niko Matsakis
-39
/
+105
2019-02-21
reintroduce `commit_if_ok` calls to `subtype_predicate`
Niko Matsakis
-14
/
+16
2019-02-21
reintroduce `commit_if_ok` call into `higher_ranked_sub`
Niko Matsakis
-26
/
+25
2019-02-21
s/skol_/placeholder_/
Niko Matsakis
-10
/
+10
2019-02-21
introduce benchmarks of BTreeSet.intersection
Stein Somers
-0
/
+89
2019-02-21
fix link
Ralf Jung
-1
/
+1
2019-02-21
remark about the one place where place computation calls size_and_align_of
Ralf Jung
-2
/
+4
2019-02-21
this is for you, tidy
Ralf Jung
-2
/
+2
2019-02-21
explain unsafe
Ralf Jung
-2
/
+2
2019-02-21
we only list some examples of basic types
Ralf Jung
-1
/
+1
2019-02-21
tweaks and fix weird space
Ralf Jung
-2
/
+2
2019-02-21
Apply suggestions from code review
Mazdak Farrokhzad
-39
/
+42
2019-02-21
codegen and write_metadata can mutate ModuleLLvm.
Gabriela Alexandra Moldovan
-2
/
+2
2019-02-21
Destabilize fixed-width const defined atomic integers
Mahmut Bulut
-1
/
+14
2019-02-21
explain why we use static alignment in ref-to-place conversion
Ralf Jung
-0
/
+4
2019-02-21
Auto merge of #58535 - RalfJung:miri, r=oli-obk
bors
-14
/
+14
2019-02-21
final pin projections tweaking
Ralf Jung
-27
/
+23
2019-02-21
more pin projections tweaking
Ralf Jung
-10
/
+17
2019-02-21
Enable feature duration_constants in examples
Stjepan Glavina
-0
/
+4
2019-02-20
Remove braces from most E0505 examples
Alex Gurganus
-15
/
+9
2019-02-20
Allow Self::Module to be mutated.
Gabriela Alexandra Moldovan
-8
/
+8
2019-02-20
Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix
bors
-50
/
+150
2019-02-20
Put Future trait into spotlight
Stjepan Glavina
-0
/
+1
2019-02-20
Add examples for duration constants
Stjepan Glavina
-0
/
+32
2019-02-20
Fixes #58586: Make E0505 explain example fail for 2018 edition
Alex Gurganus
-3
/
+16
2019-02-20
expand pinning projections
Ralf Jung
-38
/
+41
2019-02-20
Search for target_triple.json only if builtin target not found
gnzlbg
-6
/
+16
2019-02-20
Use standard Read/Write traits in sys::stdio
Paul Dicker
-75
/
+114
2019-02-20
Address review comments
Paul Dicker
-22
/
+36
[prev]
[next]