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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2019-01-10
add test for pub extern crate
DebugSteven
-0
/
+11
2019-01-10
inline pub extern crate statements
DebugSteven
-5
/
+26
2019-01-10
Re-enable history api on file:// protocol
Guillaume Gomez
-2
/
+1
2019-01-10
Update src/libstd/path.rs
Mazdak Farrokhzad
-1
/
+1
2019-01-10
note that FromStr does not work for borrowed types
Steve Klabnik
-2
/
+6
2019-01-10
new trait alias tests
Niko Matsakis
-0
/
+122
2019-01-10
integrate trait aliases into def-paths / metadata
Niko Matsakis
-39
/
+82
2019-01-10
introduce `trait_def_id` method
Niko Matsakis
-18
/
+19
2019-01-10
make note of one more normalization that Paths do
Steve Klabnik
-0
/
+2
2019-01-10
Add a fast path for identical regions in lub_concrete_regions
Björn Steinbrink
-0
/
+7
2019-01-10
Drop "solved" constraints during region expansion
Björn Steinbrink
-8
/
+16
2019-01-10
use structured suggestion when casting a reference
Andy Russell
-23
/
+20
2019-01-10
Integrate miri into build-manifest
Alex Crichton
-2
/
+17
2019-01-10
std: Render large exit codes as hex on Windows
Alex Crichton
-1
/
+10
2019-01-10
Merge remote-tracking branch 'upstream/master'
Stein Somers
-2
/
+2
2019-01-09
provide suggestion for invalid boolean cast
Andy Russell
-24
/
+47
2019-01-09
Fix poor worst case performance of is_disjoint
Stein Somers
-2
/
+5
2019-01-09
Clean up and fix a bug in query plumbing
John Kåre Alsaker
-20
/
+21
2019-01-09
Improve docs for Formatter
Steve Klabnik
-3
/
+12
2019-01-09
actually take a slice in this example
Steve Klabnik
-3
/
+2
2019-01-09
clarify resolve typo suggestion
Andy Russell
-125
/
+249
2019-01-09
save-analysis: Get path def from parent in case there's no def for the path i...
Emilio Cobos Álvarez
-3
/
+5
2019-01-09
Not seeing the forest because there are too many trees in the way
Oliver Scherer
-1
/
+1
2019-01-09
Explain the arguments of the `mk_*_eval_cx` functions
Oliver Scherer
-0
/
+13
2019-01-09
Document the `mk_*_eval_cx` functions
Oliver Scherer
-2
/
+10
2019-01-09
update miri
Ralf Jung
-14
/
+14
2019-01-09
Replace Arm GCC to a more recent version
Hugues de Valon
-2
/
+8
2019-01-09
Add dist builder for Armv8-M Mainline
Hugues de Valon
-0
/
+2
2019-01-09
Merge remote-tracking branch 'upstream/master'
Stein Somers
-140400
/
+33779
2019-01-09
Auto merge of #57419 - cramertj:pin-set, r=withouboats
bors
-2
/
+2
2019-01-09
MetadataOnlyCodegenBackend: remove `is_inline` call
lqd
-1
/
+0
2019-01-09
Exposing enclave image-base to the enclave application
Vardhan Thigle
-7
/
+5
2019-01-09
Separate the description on different lines
Yuki Okushi
-1
/
+3
2019-01-09
Add check_attribute
Yuki Okushi
-0
/
+6
2019-01-09
Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister
bors
-178
/
+99
2019-01-09
Update reference of rlibc crate to compiler-builtins crate
king6cong
-1
/
+1
2019-01-09
Fix irrefutable slice patterns in const fn
Oliver Scherer
-6
/
+28
2019-01-09
const fn feature gate is not needed anymore in a lot of tests
Oliver Scherer
-37
/
+38
2019-01-09
Clarify const_let comment
Oliver Scherer
-1
/
+3
2019-01-09
Stabilize `let` bindings and destructuring in constants and const fn
Oliver Scherer
-865
/
+283
2019-01-09
Auto merge of #57086 - oli-obk:miri_dist, r=kennytm
bors
-1
/
+159
2019-01-09
Change `String` to `&'static str` in `ParseResult::Failure`.
Nicholas Nethercote
-4
/
+4
2019-01-08
addressing Niko's comments
Blitzerr
-41
/
+45
2019-01-09
explain safety for vec.set_len(0)
Mazdak Farrokhzad
-0
/
+3
2019-01-08
[Cleanup] This is the first in the series of removals of with_freevars usage.
Blitzerr
-46
/
+74
2019-01-08
Some more refactoring.
Blitzerr
-3
/
+3
2019-01-08
Creating the vector using with_capacity to avoid re-allocation later on (#56905)
Blitzerr
-1
/
+6
2019-01-08
Issue 56905
Blitzerr
-6
/
+24
2019-01-08
Consolidate equality constraints error message
varkor
-4
/
+5
2019-01-08
Add issue reference to E0202 message
varkor
-5
/
+5
[prev]
[next]