]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-10-03 borsAuto merge of #36767 - jseyfried:enforce_rfc_1560_shado...
2016-10-03 borsAuto merge of #36807 - brson:pal, r=brson
2016-10-02 Brian AndersonMove platform-specific arg handling to sys::args
2016-10-02 Brian AndersonAdd a platform-abstraction tidy script
2016-10-02 borsAuto merge of #36904 - camlorn:field_offsets_refactor...
2016-10-02 Austin HicksReplace offset_after_field with offsets
2016-10-02 borsAuto merge of #36404 - christopherdumas:master, r=Guill...
2016-10-02 borsAuto merge of #36862 - chamoysvoice:E0220, r=GuillaumeGomez
2016-10-02 Jeffrey SeyfriedFix fallout in tests.
2016-10-02 Jeffrey SeyfriedAdd test.
2016-10-02 Jeffrey SeyfriedEnforce the weakened shadowing restriction.
2016-10-02 borsAuto merge of #36853 - TimNN:rustbuild-out-of-tree...
2016-10-02 Jeffrey SeyfriedRecord macro import site spans.
2016-10-02 Jeffrey SeyfriedRefactor out `resolve_macro_name`.
2016-10-02 Jeffrey SeyfriedAdd field `backtrace: SyntaxContext` to `ExpansionData`.
2016-10-02 Jeffrey SeyfriedRefactor `ext::base::Resolver::add_ext` to only define...
2016-10-02 Jeffrey SeyfriedRefactor field `expansion_data` of `Resolver` to use...
2016-10-02 Jeffrey SeyfriedAdd struct `macros::NameBinding`.
2016-10-02 borsAuto merge of #36840 - eulerdisk:incr_test_for_hash_enu...
2016-10-01 borsAuto merge of #36828 - pnkfelix:update-compiler-rt...
2016-10-01 Brian Andersonstd: Remove plattform-specific code from os_str
2016-10-01 Brian Andersonstd: Move platform specific stdio code into sys
2016-10-01 Brian Andersonstd: Move platform specific memchr code into sys
2016-10-01 Brian Andersonstd: Move platform specific env code into sys
2016-10-01 Brian Andersonstd: Move platform specific path code into sys
2016-10-01 borsAuto merge of #36885 - Manishearth:rollup, r=Manishearth
2016-10-01 borsAuto merge of #36857 - Manishearth:syntax-rollup, r...
2016-10-01 Manish GoregaokarRollup merge of #34764 - pnkfelix:attrs-on-generic...
2016-10-01 Manish GoregaokarRollup merge of #36599 - jonas-schievink:whats-a-pirate...
2016-10-01 Manish GoregaokarRollup merge of #35874 - CensoredUsername:stmt_let_type...
2016-10-01 Manish GoregaokarRollup merge of #36882 - jseyfried:fix_36881, r=eddyb
2016-10-01 Manish GoregaokarRollup merge of #36880 - durka:debug-unsized-ptr, r...
2016-10-01 Manish GoregaokarRollup merge of #36877 - solson:rustc-version-build...
2016-10-01 Manish GoregaokarRollup merge of #36873 - GuillaumeGomez:e0035_e0036...
2016-10-01 Manish GoregaokarRollup merge of #36872 - frewsxcv:rustdoc, r=GuillaumeGomez
2016-10-01 Manish GoregaokarRollup merge of #36865 - kallisti5:master, r=brson
2016-10-01 borsAuto merge of #36824 - kali:master, r=alexcrichton
2016-10-01 Jeffrey SeyfriedFix `module_to_string`.
2016-10-01 borsAuto merge of #36339 - brson:emscripten-new, r=alexcrichton
2016-10-01 Alex Burkaimpl Debug for raw pointers to unsized data
2016-09-30 borsAuto merge of #36866 - alexcrichton:fix-hash-again...
2016-09-30 Scott OlsonFix RUSTC_VERSION for 'documenting' build stage.
2016-09-30 Guillaume GomezUpdate E0370 to new error format
2016-09-30 Guillaume GomezUpdate E0036 to new error format
2016-09-30 Alex Crichtonrustc: More fixes for arch-independent hashing
2016-09-30 Brian AndersonDon't build any native compiler-builtin components...
2016-09-30 Brian AndersonBuild a dummy alloc_jemalloc crate on platforms that...
2016-09-30 Brian AndersonDocument emscripten's unwind impl and remove unused...
2016-09-30 Brian AndersonCleanup bootstrap
2016-09-30 Brian AndersonUnignore some working emscripten tests
2016-09-30 Brian AndersonCall emcc with ERROR_ON_UNDEFINED_SYMBOLS
2016-09-30 Brian Andersonrustbuild: Only build 'dist' when building the host
2016-09-30 Brian AndersonIgnore various entire test modules on emscripten
2016-09-30 Brian AndersonRewrite emscripten unwinding to use libcxx
2016-09-30 Brian AndersonIgnore another emscripten test because missing intrinsics
2016-09-30 Brian AndersonUpdate bootstrap and compiletest to use the detected...
2016-09-30 Brian AndersonChange the sigs of set_print/set_panic to allow restori...
2016-09-30 Brian AndersonIgnore entire test modules on emscripten instead of...
2016-09-30 Brian AndersonTidy
2016-09-30 Brian AndersonUpdate LLVM with fastcomp patches
2016-09-30 Brian AndersonIgnore all debuginfo tests on emscripten
2016-09-30 Brian AndersonIgnore lots and lots of std tests on emscripten
2016-09-30 Brian AndersonImprove bootstrap crate testing for emscripten
2016-09-30 Brian AndersonUpdate libtest for single-threaded emscripten support
2016-09-30 Brian AndersonPreliminary wasm32 support
2016-09-30 Ross SchulmanAdding ignore-emscripten to failing tests.
2016-09-30 Ross SchulmanAdapting bootstrap to run tests on asmjs.
2016-09-30 Brian AndersonUpdate gcc-rs for emscripten
2016-09-30 Brian AndersonSupport emscripten in rustbuild
2016-09-30 Jan-Erik RedigerPatch panic_unwind to compile, but this is surely broken
2016-09-30 Jan-Erik RedigerMake the jsbackend an optional component
2016-09-30 Jan-Erik RedigerConfigure LLVM to use js backend
2016-09-30 Jesus GarleaUpdate E0220 error format
2016-09-30 Corey FarwellSimplify logic around Context's root_path.
2016-09-30 Corey FarwellMigrate Item ➡ ItemType function to method.
2016-09-30 Guillaume GomezUpdate E0035 to new error format
2016-09-30 Alex von Gluck IVHaiku: Fix target triplet delimiter
2016-09-30 borsAuto merge of #36864 - steveklabnik:rollup, r=steveklabnik
2016-09-30 Steve KlabnikRollup merge of #36860 - wesleywiser:patch-2, r=Manishearth
2016-09-30 Steve KlabnikRollup merge of #36851 - tmiasko:fix-read-until-docs...
2016-09-30 Steve KlabnikRollup merge of #36842 - cjm00:release-notes-fix, r...
2016-09-30 Steve KlabnikRollup merge of #36841 - GuillaumeGomez:process_doc...
2016-09-30 Steve KlabnikRollup merge of #36833 - tmiasko:system-time-error...
2016-09-30 Steve KlabnikRollup merge of #36829 - apasel422:releases-typo, r...
2016-09-30 Steve KlabnikRollup merge of #36810 - GuillaumeGomez:ops_doc, r...
2016-09-30 Steve KlabnikRollup merge of #36750 - GuillaumeGomez:cmp_doc, r...
2016-09-30 Steve KlabnikRollup merge of #36711 - pcn:patch-1, r=steveklabnik
2016-09-30 Steve KlabnikRollup merge of #36623 - GuillaumeGomez:doc_typos,...
2016-09-30 Steve KlabnikRollup merge of #36576 - GuillaumeGomez:box_urls, r...
2016-09-30 Steve KlabnikRollup merge of #36535 - GuillaumeGomez:macro_url,...
2016-09-30 Steve KlabnikRollup merge of #36529 - bluss:index-doc, r=GuillaumeGomez
2016-09-30 Tim Neumannfix out-of-tree rustbuild
2016-09-30 Michael WoeristerFix another comment in test/incremental/hashes/enum_defs
2016-09-30 Michael WoeristerFix comment in test/incremental/hashes/enum_defs
2016-09-30 Andrea PrettoFixes requested by @michaelwoerister.
2016-09-30 borsAuto merge of #36823 - durka:discriminant_value, r...
2016-09-30 Wesley WiserAdd `Send` and `Sync` traits to the reference
2016-09-30 borsAuto merge of #36822 - Aatch:resolve-callee-expr, r...
2016-09-30 Tomasz MiąskoFix BufRead::{read_until, read_line} documentation.
2016-09-30 borsAuto merge of #36819 - jseyfried:fix_ast_const_integer_...
next