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
2016-01-13
Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichton
bors
-6
/
+29
2016-01-12
Speed up dec2flt fast path with additional tables.
Robin Kruppe
-6
/
+29
2016-01-04
Improve the range comparison
Andrea Canciani
-3
/
+3
2016-01-04
Reuse standard methods
Andrea Canciani
-10
/
+1
2016-01-04
Improve formatting of tables.rs
Andrea Canciani
-3
/
+3
2016-01-04
Cleanup unicode.py
Andrea Canciani
-115
/
+0
2015-12-25
update valgrind suppressions
Tamir Duberstein
-55
/
+25
2015-12-13
Better support for `--llvm-root`.
Richard Diamond
-4
/
+20
2015-12-10
Improve `htmldocck.py` error messages
mitaa
-54
/
+86
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-3
/
+0
2015-12-02
Remove AUTHORS.txt and add-authors.sh
Brian Anderson
-37
/
+0
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-14
AUTHORS and .mailmap cleanup
arcnmx
-2
/
+2
2015-11-10
Auto merge of #29699 - tamird:valgrind-supp, r=alexcrichton
bors
-475
/
+140
2015-11-09
std: Migrate to the new libc
Alex Crichton
-1
/
+2
2015-11-08
valgrind: update suppressions and move interesting tests
Tamir Duberstein
-475
/
+140
2015-11-07
Make sure rsbegin.o and rsend.o get packaged with target lib artifacts.
Vadim Chugunov
-4
/
+0
2015-10-31
Windows: Move target libraries to $rustroot/lib/rustlib/... - for symmetry wi...
Vadim Chugunov
-3
/
+7
2015-10-28
Rollup merge of #29437 - brson:authors, r=alexcrichton
Steve Klabnik
-2
/
+7
2015-10-28
Tweak the add-authors.sh script
Brian Anderson
-2
/
+7
2015-10-27
mk: Re-add libgcc_s_seh-1.dll to windows dist
Alex Crichton
-0
/
+2
2015-10-26
rustfmt librustc_unicode
Corentin Henry
-6
/
+11
2015-10-25
mk: Package libstdc++-6.dll on x86_64 MinGW
Alex Crichton
-2
/
+0
2015-10-20
Auto merge of #29159 - arcnmx:travis-trusty, r=alexcrichton
bors
-12
/
+0
2015-10-19
Use Travis trusty infrastructure
arcnmx
-12
/
+0
2015-10-18
Remove #[derive(Show)]
Vadim Petrochenkov
-1
/
+1
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
2015-09-29
Tweak Travis to use GCE
Alex Crichton
-0
/
+12
2015-09-18
add support for non-standard name of stdc++ library
Sébastien Marie
-2
/
+3
2015-09-17
rmake: Get all tests passing on MSVC
Alex Crichton
-2
/
+10
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
[next]