]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2016-03-23 borsAuto merge of #32390 - japaric:untry, r=pnkfelix
2016-03-23 Jorge Aparicioadd back `&` that was deleted by mistake
2016-03-23 borsAuto merge of #32410 - Ticki:master, r=eddyb
2016-03-23 borsAuto merge of #32348 - brson:cargotest, r=alexcrichton
2016-03-23 borsAuto merge of #32058 - pczarn:hashmap-initial-refactori...
2016-03-23 Jorge Aparicioenable question_mark feature in rustc_borrowck
2016-03-23 Jorge Apariciofix alignment
2016-03-23 Jorge Apariciobreak long line
2016-03-23 Jorge Aparicioterm: undo conversion of user defined try!s
2016-03-23 Jorge Apariciostd: undo conversion of user defined try!s
2016-03-23 Jorge Apariciosprinkle feature gates here and there
2016-03-23 Jorge Apariciotry! -> ?
2016-03-22 borsAuto merge of #32204 - alexcrichton:redesign-char-encod...
2016-03-22 Brian AndersonIntroduce 'cargotest' and the check-cargotest buildstep
2016-03-22 Alex Crichtonstd: Change `encode_utf{8,16}` to return iterators
2016-03-22 borsAuto merge of #32156 - pnkfelix:borrowck-on-mir-move...
2016-03-22 Felix S. Klock IIAdd rustbuild dependency from `rustc_borrowck` upon...
2016-03-22 borsAuto merge of #32341 - frewsxcv:compiletest-enum, r...
2016-03-22 TickiAdd test for the feature gating of naked
2016-03-22 Piotr Czarneckif clarification, docs
2016-03-22 borsAuto merge of #32264 - GuillaumeGomez:lang_item, r...
2016-03-22 borsAuto merge of #32388 - semarie:snapshot-openbsd, r...
2016-03-22 TickiAdd tests
2016-03-22 Piotr Czarneckif Put and DerefMut
2016-03-22 borsAuto merge of #32253 - durka:derive-31886, r=alexcrichton
2016-03-22 borsAuto merge of #32402 - steveklabnik:rollup, r=steveklabnik
2016-03-22 Corey FarwellRefactor 'kind' extraction to use `str::split_whitespace`.
2016-03-21 borsAuto merge of #32062 - Marwes:unification_table_for_eq_...
2016-03-21 Piotr Czarneckif dead code
2016-03-21 Markus WesterlindImprove time complexity of equality relations
2016-03-21 TickiAdd support for naked functions
2016-03-21 borsAuto merge of #32393 - dotdash:32389, r=eddyb
2016-03-21 Felix S. Klock IIassigning a (MIR) box into an lvalue allocates heap...
2016-03-21 Felix S. Klock IIremove uses of `RefCell` from move data builder.
2016-03-21 Felix S. Klock IIMake `fn move_path_for` take `&mut self` instead of...
2016-03-21 Felix S. Klock IIdont create MovePathIndex's for individual statics.
2016-03-21 Felix S. Klock IISwitch newtype Index wrappers to use NonZero instead...
2016-03-21 Felix S. Klock IIfactor the wrapped Index newtype definitions into a...
2016-03-21 Felix S. Klock IIAdd `fn clear_bit` method on BitSlice trait for setting...
2016-03-21 Felix S. Klock IIscaffolding for borrowck on MIR.
2016-03-21 Felix S. Klock IIExpose attached attributes to `FnKind` abstraction...
2016-03-21 Felix S. Klock IISwitch libgraphviz from type params to associated types...
2016-03-21 Steve KlabnikRollup merge of #32397 - tclfs:patch-7, r=steveklabnik
2016-03-21 Steve KlabnikRollup merge of #32376 - cyplo:cyplo_fix_E0368_document...
2016-03-21 Steve KlabnikRollup merge of #32373 - tclfs:patch-5, r=steveklabnik
2016-03-21 Steve KlabnikRollup merge of #32340 - Digipom:master, r=steveklabnik
2016-03-21 Steve KlabnikRollup merge of #32339 - tclfs:patch-4, r=apasel422
2016-03-21 Steve KlabnikRollup merge of #32322 - GuillaumeGomez:cmp_doc, r...
2016-03-21 borsAuto merge of #32378 - petrochenkov:patch-1, r=alexcrichton
2016-03-21 Tang Chenglongdocs: Make some changes in texts
2016-03-21 Björn SteinbrinkFix tupling of fn args for rust-call ABI functions
2016-03-21 borsAuto merge of #32369 - frewsxcv:librustc-driver-lib...
2016-03-21 borsAuto merge of #32054 - seanmonstar:impl-debug-core...
2016-03-21 Sébastien Marieregister openbsd snapshot
2016-03-21 borsAuto merge of #32302 - sfackler:unix-socket, r=alexcrichton
2016-03-21 Steven FacklerAdd unix socket support to the standard library
2016-03-21 borsAuto merge of #32344 - aturon:issue-32324, r=eddyb
2016-03-20 borsAuto merge of #32345 - eddyb:snap-to-orbit, r=alexcrichton
2016-03-20 Eduard BurtescuUpdate snapshots to 2016-03-18 (235d774).
2016-03-20 Aaron TuronFix mis-uses of projection mode
2016-03-20 Vadim PetrochenkovCorrect Windows build instructions in README.md
2016-03-20 borsAuto merge of #32010 - devonhollowood:non-c-like-enum...
2016-03-20 Cyryl Płotnicki... Documentation fix for E0368
2016-03-20 borsAuto merge of #32375 - phil-opp:patch-1, r=japaric
2016-03-20 Sean McArthurlibcore: add Debug implementations to most missing...
2016-03-20 Philipp OppermannThe `data-layout` field is no longer required, but...
2016-03-20 Corey FarwellUtilize `if..let` over single `match` branch.
2016-03-20 Corey FarwellRemove double-negative conditionals.
2016-03-20 Tang Chenglongdocs: Correct an improper description
2016-03-20 borsAuto merge of #32367 - tiehuis:tiehuis-E0412-help,...
2016-03-20 borsAuto merge of #32361 - japaric:no-llvm-assertions-on...
2016-03-20 tiehuisUpdate tests which reference E0421
2016-03-20 borsAuto merge of #32358 - Manishearth:pr-32053, r=Manishearth
2016-03-20 Corey FarwellReplace unneeded owned `Vec` usage with `slice`.
2016-03-20 tiehuisAlter E0412 help message wording
2016-03-20 borsAuto merge of #32306 - nikomatsakis:issue-32278, r...
2016-03-19 borsAuto merge of #32362 - bluss:float-fast-math, r=eddyb
2016-03-19 Ulrik SverdrupUpdate float_math test to not use constants
2016-03-19 Ulrik SverdrupFix LLVMRustSetHasUnsafeAlgebra to only have effect...
2016-03-19 Jorge Apariciodisable llvm assertions on ARM compilers
2016-03-19 borsAuto merge of #32244 - Amanieu:compare_exchange_result...
2016-03-19 borsAuto merge of #32314 - alexcrichton:ascii-fun, r=aturon
2016-03-19 Daniel J RollinsAdd Help and Suggestion to issue-29124 tests
2016-03-19 Daniel J RollinsUse last path segment for uncalled method note if span_...
2016-03-19 Daniel J RollinsAdd test for issue 29124
2016-03-19 Daniel J RollinsFix code review actions in PR #32053
2016-03-19 Daniel J RollinsAdd note if method is called on a function object
2016-03-19 Amanieu d'AntrasChange compare_exchange to return a Result<T, T>
2016-03-19 borsAuto merge of #32351 - eddyb:rollup, r=eddyb
2016-03-19 Eduard-Mihai... Rollup merge of #32347 - Amanieu:volatile_fat_ptr,...
2016-03-19 Eduard-Mihai... Rollup merge of #32342 - petevine:patch-1, r=alexcrichton
2016-03-19 Eduard-Mihai... Rollup merge of #32337 - dotdash:llvm-aa-perf, r=alexcr...
2016-03-19 Eduard-Mihai... Rollup merge of #32332 - jonas-schievink:issue32323...
2016-03-19 Eduard-Mihai... Rollup merge of #32329 - sfackler:assert-recover-safe...
2016-03-19 Eduard-Mihai... Rollup merge of #32327 - toddlucas:master, r=apasel422
2016-03-19 Eduard-Mihai... Rollup merge of #32321 - alexcrichton:cross-to-netbsd...
2016-03-19 Eduard-Mihai... Rollup merge of #32319 - benaryorg:patch-3, r=alexcrichton
2016-03-19 Eduard-Mihai... Rollup merge of #32316 - tclfs:patch-3, r=steveklabnik
2016-03-19 Eduard-Mihai... Rollup merge of #32308 - bombless:patch-2, r=alexcrichton
2016-03-19 Eduard-Mihai... Rollup merge of #32288 - tclfs:patch-2, r=apasel422
next