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
2018-03-18
Reporting with `span_suggestion_short`.
Yukio Siraichi
-15
/
+5
2018-03-18
Rebased with master.
Yukio Siraichi
-5
/
+5
2018-03-18
Created multiple line test.
Yukio Siraichi
-0
/
+43
2018-03-18
Keeping code formatting.
Yukio Siraichi
-3
/
+8
2018-03-18
Review fixes.
Yukio Siraichi
-5
/
+9
2018-03-18
New test added.
Yukio Siraichi
-2
/
+35
2018-03-18
Test added.
Yukio Siraichi
-0
/
+33
2018-03-18
Refactored with high-order functions.
Yukio Siraichi
-21
/
+21
2018-03-18
Update tracking issue.
boats
-27
/
+27
2018-03-18
Add BufReader::buffer
Steven Fackler
-1
/
+29
2018-03-18
Add warning for invalid start of code blocks in rustdoc
Guillaume Gomez
-4
/
+11
2018-03-18
add codegen test
gnzlbg
-0
/
+35
2018-03-18
Allow raw identifiers in diagnostic macros.
Lymia Aluysia
-5
/
+5
2018-03-18
add simd_select intrinsic
gnzlbg
-0
/
+222
2018-03-18
Auto merge of #49134 - oli-obk:clippy, r=kennytm
bors
-16
/
+19
2018-03-18
Return a is_raw parameter from Token::ident rather than having separate methods.
Lymia Aluysia
-34
/
+19
2018-03-18
Allow test target to pass without installing
Sébastien Marie
-1
/
+3
2018-03-18
Move raw_identifiers check to the lexer.
Lymia Aluysia
-4
/
+5
2018-03-18
Add a CI job for parallel rustc using x.py check
John Kåre Alsaker
-0
/
+9
2018-03-18
num::NonZero* types now have their own tracking issue: #49137
Simon Sapin
-10
/
+5
2018-03-18
Fix events handling in rustdoc
Guillaume Gomez
-33
/
+40
2018-03-18
Feature gate raw identifiers.
Lymia Aluysia
-5
/
+62
2018-03-18
Initial implementation of RFC 2151, Raw Identifiers
Lymia Aluysia
-145
/
+475
2018-03-18
Update RLS.
kennytm
-0
/
+0
2018-03-18
Add lexicographic sorting benchmark
varkor
-0
/
+16
2018-03-18
Check that the size optimisation is not redundant
varkor
-5
/
+10
2018-03-18
Clarify time complexity
varkor
-3
/
+3
2018-03-18
Update clippy
Oliver Schneider
-16
/
+19
2018-03-18
remove unneeded where clause
csmoe
-36
/
+4
2018-03-18
Fix formatting.
Martin Hoffmann
-2
/
+0
2018-03-18
Auto merge of #48986 - matklad:update-cargo, r=alexcrichton
bors
-26
/
+17
2018-03-18
Auto merge of #48985 - scalexm:lowering, r=nikomatsakis
bors
-3
/
+526
2018-03-18
Auto merge of #48917 - petrochenkov:import, r=oli-obk
bors
-260
/
+228
2018-03-18
rustbuild: Ship libsynchronization
Maxim Nazarenko
-0
/
+1
2018-03-17
Auto merge of #48842 - petrochenkov:under, r=nikomatsakis
bors
-136
/
+153
2018-03-17
Remove deprecated unstable ptr::Shared type alias.
Simon Sapin
-8
/
+2
2018-03-17
Add a -Z flag for LLVM align attributes on arguments
Scott McMurray
-1
/
+3
2018-03-17
Test NonZero in a const item in a pattern.
Simon Sapin
-0
/
+23
2018-03-17
Stop using deprecated NonZero APIs
Simon Sapin
-10
/
+18
2018-03-17
Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero*
Simon Sapin
-4
/
+16
2018-03-17
Use num::NonZero* instead of NonZero<_> in rustc and tests
Simon Sapin
-46
/
+38
2018-03-17
Use NonNull<_> instead of NonZero<*const _> in btree internals
Simon Sapin
-16
/
+14
2018-03-17
Add 12 num::NonZero* types for each primitive integer
Simon Sapin
-1
/
+100
2018-03-17
Make interners thread-safe
John Kåre Alsaker
-6
/
+9
2018-03-17
Minor cleanup
John Kåre Alsaker
-6
/
+5
2018-03-17
Add OnDrop
John Kåre Alsaker
-0
/
+8
2018-03-17
Add an Default impl for Lock
John Kåre Alsaker
-0
/
+7
2018-03-17
Replace Rc with Lrc
John Kåre Alsaker
-16
/
+17
2018-03-17
Don't get the global lock in the fast case
John Kåre Alsaker
-3
/
+3
2018-03-17
Remove rustc_global!
John Kåre Alsaker
-30
/
+0
[prev]
[next]