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
/
etc
Age
Commit message (
Expand
)
Author
Lines
2015-09-12
Add a comment to explain the `#[inline(never)]` annotation
Andrea Canciani
-0
/
+2
2015-09-12
Fix generator.py to avoid pathological inlining
Andrea Canciani
-0
/
+1
2015-09-08
Auto merge of #28246 - huonw:lang-tracking-issues, r=alexcrichton
bors
-5
/
+9
2015-09-08
Allow tracking issues for lang features.
Huon Wilson
-5
/
+9
2015-09-04
Add some fancier AArch64 load/store instructions.
Huon Wilson
-0
/
+42
2015-09-04
Support return aggregates in platform intrinsics.
Huon Wilson
-16
/
+67
2015-09-04
Add various pointer & void-using x86 intrinsics.
Huon Wilson
-3
/
+143
2015-09-04
Support bitcasts in platform intrinsic generator.
Huon Wilson
-34
/
+105
2015-09-04
Support void in platform intrinsic generator.
Huon Wilson
-4
/
+29
2015-09-04
Support non-return value references in platform intrinsic generator.
Huon Wilson
-74
/
+79
2015-09-04
Add support for pointers to generator.py.
Huon Wilson
-9
/
+88
2015-08-31
Fix some typos in SSE-AVX intrinsics.
Huon Wilson
-10
/
+10
2015-08-29
Support different scalar integer widths in Rust v. LLVM.
Huon Wilson
-28
/
+70
2015-08-29
Fix typos in some x86 and arm intrinsics.
Huon Wilson
-19
/
+33
2015-08-29
Style the generator script more PEP8y.
Huon Wilson
-4
/
+42
2015-08-29
Autogenerate most x86 platform intrinsics.
Huon Wilson
-0
/
+747
2015-08-29
Allow unused imports in the generator.
Huon Wilson
-0
/
+2
2015-08-29
Add support for arbitrary metadata for numbers and widths.
Huon Wilson
-58
/
+79
2015-08-29
Autogenerate most ARM platform intrinsics.
Huon Wilson
-0
/
+396
2015-08-29
Autogenerate most AArch64 platform intrinsics.
Huon Wilson
-0
/
+550
2015-08-29
Add the platform intrinsic generator script.
Huon Wilson
-0
/
+482
2015-08-13
Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturon
bors
-163
/
+0
2015-08-13
Auto merge of #27307 - rkruppe:dec2flt, r=pnkfelix
bors
-0
/
+798
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-163
/
+0
2015-08-12
Auto merge of #27690 - vadimcn:no-windres, r=alexcrichton
bors
-1
/
+1
2015-08-11
Fix #26803
Vadim Chugunov
-1
/
+1
2015-08-11
trans: Re-enable unwinding on 64-bit MSVC
Alex Crichton
-8
/
+8
2015-08-09
Add optional, external tests for floating point parsing.
Robin Kruppe
-0
/
+664
2015-08-08
Script for generating the powers-of-ten tables necessary for correct and
Robin Kruppe
-0
/
+134
2015-07-30
Update the ctags rules and targets.
Chris Morgan
-3
/
+3
2015-07-17
fix pretty printers to handle new Vec
Alexis Beingessner
-9
/
+7
2015-07-12
Add comments.
Nick Hamann
-0
/
+10
2015-07-12
Skip diagnostic codes occurring inside a long diagnostic in errorck.
Nick Hamann
-0
/
+12
2015-07-06
`llconfig` is `llvm-config`
Tamir Duberstein
-5
/
+5
2015-07-06
Simplify
Tamir Duberstein
-2
/
+1
2015-07-01
Add netbsd amd64 support
Alex Newman
-4
/
+7
2015-06-24
Remove char::to_titlecase. Fix #26555
Simon Sapin
-10
/
+0
2015-06-17
Add src/etc/add-authors.sh script for managing the AUTHORS.txt file
Brian Anderson
-0
/
+32
2015-06-06
Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.
Simon Sapin
-1
/
+2
2015-06-06
Add char::to_titlecase
Simon Sapin
-15
/
+27
2015-06-06
Add complex (but unconditional) Unicode case mapping. Fix #25800
Simon Sapin
-10
/
+44
2015-06-06
to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.
Simon Sapin
-18
/
+18
2015-06-02
Auto merge of #25905 - michaelwoerister:lldb-pp-strings, r=brson
bors
-417
/
+705
2015-06-02
Auto merge of #25654 - petrochenkov:encenv, r=alexcrichton
bors
-4
/
+8
2015-06-01
Fix platform detection
petrochenkov
-6
/
+3
2015-05-30
debuginfo: Create common debugger pretty printer module.
Michael Woerister
-417
/
+705
2015-05-30
Warn if the test suite is run on Windows in console with non-UTF-8 code page
petrochenkov
-0
/
+7
2015-05-26
etc: use codecs in featureck
Richo Healey
-9
/
+5
2015-05-24
etc: work around utf8 text in rust sources on py3 in featureck
Richo Healey
-1
/
+8
2015-05-24
etc: py3 compat for tidy.py
Richo Healey
-6
/
+6
[next]